The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "catalyst::plugin::authentication"

Catalyst::Plugin::Authentication - Infrastructure plugin for the Catalyst authentication framework. River stage two • 63 direct dependents • 79 total dependents

The authentication plugin provides generic user support for Catalyst apps. It is the basis for both authentication (checking the user is who they claim to be), and authorization (allowing the user to do what the system authorises them to do). Using a...

BOBTFISH/Catalyst-Plugin-Authentication-0.10023 - 11 Apr 2013 19:19:20 UTC - Search in distribution

Catalyst::Plugin::Authentication::CDBI - CDBI Authentication for Catalyst River stage one • 1 direct dependent • 1 total dependent

This plugin allows you to authenticate your web users using database tables accessed through "Class::DBI" classes. Note that this plugin requires a session plugin such as "Catalyst::Plugin::Session::FastMmap". This module is now well past the teatime...

MRAMBERG/Catalyst-Plugin-Authentication-CDBI-0.10 - 08 Dec 2005 12:09:53 UTC - Search in distribution

Catalyst::Plugin::Authentication::Simple - $c->login( $user, $password ); $c->logout; $c->session_login( $user, $password ); $c->session_logout; River stage zero No dependents

Note that this plugin requires a session plugin like "Catalyst::Plugin::Session::FastMmap". METHODS login Attempt to authenticate a user. Takes username/password as arguments, $c->login( $user, $password ); User remains authenticated until end of req...

METZZO/Catalyst-Plugin-Authentication-Simple-1.00 - 26 Jul 2005 23:57:58 UTC - Search in distribution

Catalyst::Plugin::Authentication::Store::HTTP - Remote HTTP authentication storage River stage zero No dependents

This module is Catalyst authentication storage plugin that authenticates based on a URL HTTP HEAD fetch using the supplied credentials. If the fetch succeeds then the authentication succeeds. LWP::UserAgent is used to fetch the URL which requires aut...

TYPESTER/Catalyst-Plugin-Authentication-Store-HTTP-0.05 - 21 Sep 2006 17:08:56 UTC - Search in distribution

Catalyst::Plugin::Authentication::Store::RDBO - Authentication and authorization against a Rose::DB::Object model. River stage zero No dependents

This plugin uses a Rose::DB::Object object to authenticate an user. It is based on Catalyst::Plugin::Authentication::Store::DBIC. Please read there for a much better description....

UVOELKER/Catalyst-Plugin-Authentication-Store-RDBO-0.002 - 12 Jan 2007 13:26:55 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::AOL - AOL OpenAuth credential River stage zero No dependents

Catalyst::Plugin::Authentication::Credential::AOL is a Catalyst Authentication credential plugin for AOL OpenAuth. Since AOL does OpenID you can just use OpenID credential, but OpenAuth gives more granular control over authentication....

MIYAGAWA/Catalyst-Plugin-Authentication-Credential-AOL-0.02 - 27 Apr 2007 06:56:47 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::PAM - Authenticate a user against PAM River stage zero No dependents

This is an authentication credential checker that verifies passwords using a specified PAM service....

RGARCIA/Catalyst-Plugin-Authentication-Credential-PAM-0.01 - 16 May 2006 10:06:56 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::Atom - Authentication for Atom River stage zero No dependents

*Catalyst::Plugin::Authentication::Credential::Atom* implements WSSE and Basic authentication for Catalyst applications using *Catalyst::Plugin:AtomServer*. It implements the Credential interface for the *Catalyst::Plugin::Authentication* framework, ...

BTROTT/Catalyst-Plugin-AtomServer-0.04 - 27 Jun 2006 17:18:11 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::CHAP - Authenticate a user using a CHAP login system. River stage zero No dependents

This credential checker inherits from Catalyst::Plugin::Authentication::Credential::Password. It generates a challenge string that the user agent must concatenate to the password before encoding it with a hash algorithm. When logging in, this plugin ...

RDROUSIES/Catalyst-Plugin-Authentication-Credential-CHAP-0.03 - 11 Dec 2006 15:41:32 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::HTTP - Superseded / deprecated module providing HTTP Basic and Digest authentication for Catalyst applications. River stage zero No dependents

This moduule lets you use HTTP authentication with Catalyst::Plugin::Authentication. Both basic and digest authentication are currently supported. When authentication is required, this module sets a status of 401, and the body of the response to 'Aut...

BOBTFISH/Catalyst-Plugin-Authentication-Credential-HTTP-0.13 - 07 Jun 2009 16:36:25 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::BBAuth - Yahoo! Browser-Based Authentication for Catalyst. River stage zero No dependents

This module provide authentication via Yahoo! Browser-Based Authentication, using it's api....

JIRO/Catalyst-Plugin-Authentication-Credential-BBAuth-0.03 - 23 Nov 2006 20:22:25 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::Flickr - Flickr authentication for Catalyst River stage zero No dependents

This module provide authentication via Flickr, using it's api....

TYPESTER/Catalyst-Plugin-Authentication-Credential-Flickr-0.05 - 07 Dec 2006 03:32:26 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::Hatena - Hatena authentication for Catalyst River stage zero No dependents

This module provide authentication via Hatena, using its api....

TYPESTER/Catalyst-Plugin-Authentication-Credential-Hatena-0.04 - 03 Apr 2007 02:41:53 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::OpenID - OpenID credential for Catalyst::Auth framework River stage zero No dependents

Catalyst::Plugin::Authentication::Credential::OpenID is an OpenID credential for Catalyst::Plugin::Authentication framework....

MIYAGAWA/Catalyst-Plugin-Authentication-Credential-OpenID-0.03 - 26 Oct 2007 20:28:15 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::TypeKey - TypeKey Authentication for Catalyst. River stage zero No dependents

This module integrates Authen::TypeKey with Catalyst::Plugin::Authentication....

JROBINSON/Catalyst-Plugin-Authentication-Credential-TypeKey-0.4 - 18 Jul 2007 10:53:53 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::JugemKey - JugemKey authentication plugin for Catalyst River stage zero No dependents

MIZZY/Catalyst-Plugin-Authentication-Credential-JugemKey-0.04 - 10 Apr 2007 02:35:01 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::Livedoor - livedoor Auth API for Catalyst. River stage zero No dependents

Catalyst::Plugin::Authentication::Credential::Livedoor provides authentication via livedoor Auth API...

IKEBE/Catalyst-Plugin-Authentication-Credential-Livedoor-0.03 - 19 Apr 2007 09:22:27 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::GooglePlus - Authenticates a user using a Google Plus token. River stage zero No dependents

Retrieves Google's public certificates, and then retrieves the key from the cert using Crypt::OpenSSL::X509. Finally, uses the pubkey to decrypt a Google token using JSON::WebToken. See https://github.com/errietta/Catalyst-Plugin-Authentication-Crede...

ERRIETTA/Catalyst-Plugin-Authentication-Credential-GooglePlus-0.1 - 25 Mar 2015 10:19:06 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::HTTP::User - Wrapper for LWP::UserAgent River stage zero No dependents

A thin wrapper for LWP::UserAgent to make basic auth simpler....

MRAMBERG/Catalyst-Plugin-Authentication-Credential-HTTP-Proxy-0.02 - 07 Apr 2009 23:19:30 UTC - Search in distribution

Catalyst::Plugin::Authentication::LDAP - LDAP Authentication for Catalyst *DEPRECATED, use Store::LDAP instead* River stage zero No dependents

This plugin allows you to authenticate your web users using an LDAP server. See the Configuration section for more details on how to set it up. This module was designed with Active Directory in mind and has not yet been tested using other LDAP server...

AGRUNDMA/Catalyst-Plugin-Authentication-LDAP-0.02 - 12 Feb 2007 20:17:43 UTC - Search in distribution
126 results (0.075 seconds)